{
    "UrbanDataset" : {
        "context" : {
            "producer" : {
                "id" : "Solution-ID",
                "schemeID" : "SCPS"
            },
            "timeZone" : "UTC+1",
            "timestamp" : "2026-04-28T00:19:40",
            "coordinates" : {
                "format" : "WGS84-DD",
                "latitude" : 0.0,
                "longitude" : 0.0,
                "height" : 0.0
            },
            "language" : "IT",
            "note" : ""
        },
        "specification" : {
            "version" : "2.0",
            "id" : {
                "value" : "WeatherForecast-2.0",
                "schemeID" : "SCPS"
            },
            "name" : "Weather Forecast",
            "uri" : "https://smartcityplatform.enea.it/specification/semantic/2.0/ontology/scps-ontology-2.0.owl#WeatherForecast",
            "properties" : {
                "propertyDefinition" : [
                    {
                        "propertyName" : "AirTemperature",
                        "propertyDescription" : "Temperatura dell'aria",
                        "dataType" : "double",
                        "unitOfMeasure" : "degreeCelsius"
                    },
                    {
                        "propertyName" : "AtmosphericPressure",
                        "propertyDescription" : "Pressione atmosferica osservata",
                        "dataType" : "double",
                        "unitOfMeasure" : "hectopascal"
                    },
                    {
                        "propertyName" : "LocationID",
                        "propertyDescription" : "Identificativo del luogo osservato",
                        "dataType" : "string",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "PrecipitationProbabilityPercentage",
                        "propertyDescription" : "Probabilità, espressa in percentuale, con cui si verificheranno delle precipitazioni",
                        "dataType" : "double",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "RelativeHumidity",
                        "propertyDescription" : "Umidità relativa dell'aria espressa in percentuale",
                        "dataType" : "double",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "SchemeID",
                        "propertyDescription" : "Identificativo di uno schema di identificazione utilizzato",
                        "dataType" : "string",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "ThreeHoursRainfall",
                        "propertyDescription" : "Quantità di pioggia calcolata in 3 ore dai pluviometri in millimetri di accumulo",
                        "dataType" : "double",
                        "unitOfMeasure" : "millimetre"
                    },
                    {
                        "propertyName" : "TotalCloudCoveragePercentage",
                        "propertyDescription" : "Percentuale di copertura nuvolosa: indica quanta parte del cielo è coperta da nuvole (0% indica cielo sereno, 100% cielo completamente nuvoloso)",
                        "dataType" : "double",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "WeatherConditionCode",
                        "propertyDescription" : "Codice che definisce la situazione meteo (pioggia, neve, sereno, coperto,...)",
                        "dataType" : "string",
                        "codeList" : "https://smartcityplatform.enea.it/specification/semantic/2.0/gc/WeatherConditionCode.gc",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "WeatherConditionDescription",
                        "propertyDescription" : "Descrizione testuale della situazione meteo",
                        "dataType" : "string",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "WindSpeed",
                        "propertyDescription" : "Velocità del vento osservata",
                        "dataType" : "double",
                        "unitOfMeasure" : "metrePerSecond-Time"
                    },
                    {
                        "propertyName" : "period",
                        "propertyDescription" : "Periodo durante il quale sono stati rilevati i dati riportati nella riga",
                        "subProperties" : {
                            "propertyName" : [
                                "start_ts",
                                "end_ts"
                            ]
                        }
                    },
                    {
                        "propertyName" : "start_ts",
                        "propertyDescription" : "Marca temporale indicante l'inizio del periodo",
                        "dataType" : "dateTime",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "end_ts",
                        "propertyDescription" : "Marca temporale indicante la fine del periodo",
                        "dataType" : "dateTime",
                        "unitOfMeasure" : "dimensionless"
                    }
                ]
            }
        },
        "values" : {
            "line" : [
                {
                    "id" : 1,
                    "period" : {
                        "start_ts" : "2000-12-31T00:00:00",
                        "end_ts" : "2000-12-31T23:59:00"
                    },
                    "property" : [
                        {
                            "name" : "AirTemperature",
                            "val" : " "
                        },
                        {
                            "name" : "AtmosphericPressure",
                            "val" : " "
                        },
                        {
                            "name" : "LocationID",
                            "val" : " "
                        },
                        {
                            "name" : "PrecipitationProbabilityPercentage",
                            "val" : " "
                        },
                        {
                            "name" : "RelativeHumidity",
                            "val" : " "
                        },
                        {
                            "name" : "SchemeID",
                            "val" : " "
                        },
                        {
                            "name" : "ThreeHoursRainfall",
                            "val" : " "
                        },
                        {
                            "name" : "TotalCloudCoveragePercentage",
                            "val" : " "
                        },
                        {
                            "name" : "WeatherConditionCode",
                            "val" : " "
                        },
                        {
                            "name" : "WeatherConditionDescription",
                            "val" : " "
                        },
                        {
                            "name" : "WindSpeed",
                            "val" : " "
                        }
                    ]
                }
            ]
        }
    }
}